home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / LANG / BASIC / LIB / EVENTSHELL / SLIDERS / !Sliders / !Run < prev    next >
Text File  |  1995-12-29  |  752b  |  17 lines

  1. | !Run Obey file for Sliders Application
  2. Set Sliders$Dir <Obey$Dir>
  3. Set Sliders$BasicFile <Obey$Dir>.!Sliders
  4. IF "<EvntShell$Path>"="" THEN ERROR 0 Shell resources not found
  5. IconSprites <Obey$Dir>.!Sprites
  6. WimpSlot -min 256K -max 256K
  7. |Load any modules required now
  8. RMEnsure InterfaceManager 2.00 RMLoad <EvntShell$Path>Interface
  9. RMEnsure InterfaceManager 2.00 Error Couldn't load Interface module
  10. RMEnsure MenuUtils 0.11 RMLoad <EvntShell$Path>MenuUtils
  11. RMEnsure MenuUtils 0.11 Error 0 Error Couldn't load MenuUtils Module
  12. RMEnsure MessageTrans 0.06 RMLoad <EvntShell$Path>MsgTrans
  13. RMEnsure MessageTrans 0.06 Error Couldn't load MsgTrans Module
  14. |And check that there is still enough memory!
  15. WimpSlot -min 256K -max 256K
  16. Run <Sliders$Dir>.!Sliders %*0
  17.